@prefix iop: <https://w3id.org/iadopt/ont/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ex: <http://example.org/iadopt/challenge/> .
@prefix iopp: <https://w3id.org/iadopt/pattern/> .
@prefix patt: <http://example.org/iadopt/pattern> .

ex:C14
    a 
        iop:Variable ;
    rdfs:label 
        "Feral-free enclosure area" ;
    rdfs:comment
        """The total area (in ha) of feral-free enclosures. See https://linked.data.gov.au/def/nrm/d936bfd5-d2f9-5107-bbf7-2bd18bbab42b""" ;
    ex:issue "https://github.com/mabablue/I-ADOPT-examples-playground/issues/20" ;
    iop:hasObjectOfInterest 
        <https://www.wikidata.org/entity/Q858177> ;
    iop:hasProperty 
        <https://qudt.org/vocab/quantitykind/Area> ;
    iop:hasConstraint 
        [ a iop:Constraint ;
             rdfs:label "condition: free of feral" ;
             iop:constrains <https://www.wikidata.org/entity/Q858177> ;
        ] .

<https://www.wikidata.org/entity/Q858177>
    a 
        iop:Entity ;
    rdfs:label 
        "enclosure" .

<https://qudt.org/vocab/quantitykind/Area>
    a 
        iop:Property ;
    rdfs:label 
        "area" .
